FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowColCollection<T> Class
Members

In This Topic
    GridRowColCollection<T> Class
    In This Topic
    Base collection class for columns and rows.
    Object Model
    GridRowColCollection<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class GridRowColCollection(Of T As GridRowCol) 
       Inherits C1.DataCollection.C1DataCollectionList(Of T)
    public abstract class GridRowColCollection<T> : C1.DataCollection.C1DataCollectionList<T> 
    where T: GridRowCol
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionList<T>
          C1.WPF.Grid.GridRowColCollection<T>
             C1.WPF.Grid.GridColumnCollection
             C1.WPF.Grid.GridRowCollection

    See Also